'Declaration
Public Function PlotAreaIndex( _ ByVal value As Nullable(Of Integer) _ ) As ChartAxisBuilder(Of T)
public ChartAxisBuilder<T> PlotAreaIndex( Nullable<int> value )
Parameters
- value
- The value.
Return Value
Current builder.
'Declaration
Public Function PlotAreaIndex( _ ByVal value As Nullable(Of Integer) _ ) As ChartAxisBuilder(Of T)
public ChartAxisBuilder<T> PlotAreaIndex( Nullable<int> value )